C1.DataCollection Assembly / C1.DataCollection Namespace / C1ConvertDataCollection<S,T> Class / CollectionChanging Event

CollectionChanging Event (C1ConvertDataCollection<S,T>)
Occurs before the collection changes.
Syntax
'Declaration
 
Public Event CollectionChanging As NotifyCollectionChangedEventHandler
 
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also